de.ueberdosis.mp3info.id3v2
Class FrameENCR
java.lang.Object
|
+--de.ueberdosis.mp3info.id3v2.ID3V2Frame
|
+--de.ueberdosis.mp3info.id3v2.FrameENCR
- All Implemented Interfaces:
- Defines
- public class FrameENCR
- extends ID3V2Frame
Encryption method registration
To identify with which method a frame has been encrypted the encryption
method must be registered in the tag with this frame. The 'Owner
identifier' is a null-terminated string with a URL containing an email
address, or a link to a location where an email address can be found, that
belongs to the organisation responsible for this specific encryption
method. Questions regarding the encryption method should be sent to the
indicated email address. The 'Method symbol' contains a value that is
associated with this method throughout the whole tag. Values below $80 are
reserved. The 'Method symbol' may optionally be followed by encryption
specific data. There may be several "ENCR" frames in a tag but only one
containing the same symbol and only one containing the same owner
identifier. The method must be used somewhere in the tag. See section
3.3.1, flag j for more information.
Owner identifier $00
Method symbol $xx
Encryption data
Constructor Summary |
FrameENCR(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
|
Methods inherited from class de.ueberdosis.mp3info.id3v2.ID3V2Frame |
canDisplay, canEdit, containsData, createJPanel, createPanel, deprecatedSince, equals, getData, getDataLengthIndicator, getFileAlterPreservation, getFrameID, getSize, getTagAlterPreservation, getUnsynchronisation, hasGroupingIdentity, isAltered, isCompressed, isEncrypted, isReadOnly, isValid, legalSince, toByteArray |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FrameENCR
public FrameENCR(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
throws SeekPastEndException
getLongName
public java.lang.String getLongName()
toString
public java.lang.String toString()
- Overrides:
toString
in class ID3V2Frame